home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CEBCollaborator.h
-
- Interface for EBCollaborator class - the Event Broadcaster.
-
- SUPERCLASS = CCollaborator
-
- Copyright © 1992 Joe Zobkiw. All rights reserved.
-
- Copyright © 1995 Gregory Bonk. All rights reserved.
- Changes upgrade to TPM 7.0.7
- ******************************************************************************/
-
- #pragma once
-
- #include "CCollaborator.h"
-
-
- // Reasons
- #define kEventRecordReason 1
-
- class CEBCollaborator : public CCollaborator
- {
- public: TCL_DECLARE_CLASS
-
- CEBCollaborator(void);
- ~CEBCollaborator(void);
-
- void IEBCollaborator (void);
- void BroadcastEvent(EventRecord *macEvent);
- };